STEP 15: Let's add a column to the table so we can display our new list!
- In SUBJECT, click on . Drag Add Column into your program and OUTSIDE your loop!
- Change the variable name in front from my_display to my_table.
- Change the string argument from "column" to "Frequency".
- Change the list argument from my_list to freq_list.
To navigate the page using the TAB key, first press ESC to exit the code editor.